type google.golang.org/protobuf/internal/filedesc.pathKey

8 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc_list.go#L302: 	byPath map[pathKey]int
		desc_list.go#L307: func (p *SourceLocations) byKey(k pathKey) protoreflect.SourceLocation {
		desc_list.go#L418: 			pathIdxs := make(map[pathKey][]int, len(p.List))
		desc_list.go#L425: 			p.byPath = make(map[pathKey]int, len(p.List))
		desc_list.go#L440: type pathKey struct {
		desc_list.go#L445: func newPathKey(p protoreflect.SourcePath) (k pathKey) {
		desc_list.go#L449: 				return pathKey{str: p.String()}
		desc_list.go#L456: 	return pathKey{str: p.String()}